From e68e978afdd32517f333624d914e586664cda3f8 Mon Sep 17 00:00:00 2001 From: Matthias Geiger Date: Mon, 12 Jan 2026 15:56:59 +0100 Subject: [PATCH] d/patches: Rebase for new upstream --- debian/patches/use-unicode-data.patch | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/patches/use-unicode-data.patch b/debian/patches/use-unicode-data.patch index fec278a..02be21e 100644 --- a/debian/patches/use-unicode-data.patch +++ b/debian/patches/use-unicode-data.patch @@ -1,18 +1,22 @@ -Description: Use unicode-data instead of downloading external files +From: Peter Colberg +Date: Mon, 12 Jan 2026 15:57:02 +0100 +Subject: Use unicode-data instead of downloading external files Replace external links with copies of Unicode data and GNU Unifont provided by the packages unicode-data and ttf-unifont, respectively. -Author: Peter Colberg + Forwarded: not-needed Last-Update: 2025-09-01 + --- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ + data/Makefile | 22 +++++++++++----------- + 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/data/Makefile b/data/Makefile -index aa2d8a7..24d09ac 100644 +index 03f8348..cbf4431 100644 --- a/data/Makefile +++ b/data/Makefile @@ -24,37 +24,37 @@ utf8proc_data.c.new: data_generator.jl $(RAWDATA) - UNICODE_VERSION=16.0.0 + UNICODE_VERSION=17.0.0 UnicodeData.txt: - $(CURL) $(CURLFLAGS) -o $@ https://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt @@ -60,4 +64,3 @@ index aa2d8a7..24d09ac 100644 clean: rm -f $(RAWDATA) NormalizationTest.txt GraphemeBreakTest.txt - -- 2.30.2